body {
	margin: 0px;
	background-color: #F9FFFF;
	background-image: url("bg[1].png");
	background-repeat: repeat-x;
}

.pt9 {  font-size: 9pt; line-height: 140%}

.px14 {
	font-size: 14px;
	line-height: 130%;
}

table {
	font-size: 9pt;
	line-height: 140%;
	color: #47627E;
}

a:link {  color: #000033; text-decoration: none}
a:active {  color: #000033; text-decoration: none}
a:visited {  color: #000033; text-decoration: none}
a:hover {  color: #000000; text-decoration: underline}

.white {color: #BAC9DE; text-decoration:none}
a.white:link {  color:#666666; text-decoration: none}
a.white:visited {  color: #666666; text-decoration: none}
a.white:active {  color: #666666; text-decoration: none}
a.white:hover {  color:#000000; text-decoration: none}

.menu {
	color: #000000;
	text-decoration:none;
}
a.menu:link {  color: #000000; text-decoration: none}
a.menu:visited {  color: #000000; text-decoration: none}
a.menu:active {  color: #000000; text-decoration: none}
a.menu:hover {
	color: #ff0000;
	text-decoration: none;
	filter: Glow(Color=#ffff00, Strength=10);
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CCCCCC;
	background-color: #EFEFEF;
	line-height: 130%;
	background-image: url("input_bg[1].gif");
	border: 1px solid #CCCCCC;
}
.title {
	font-size: 16px;
	line-height: 130%;
	font-weight: bolder;
	color: #333333;
}
.botton {
    font-size: 9pt;
	height: 16px;
	border: 1px #666666 solid;
	background-image: url("botton_bg[1].gif");
}
.gray {	color: #999999;}
a.gray:link {  color: #47627E; text-decoration: none}
a.gray:visited {  color: #47627E; text-decoration: none}
a.gray:active {  color: #47627E; text-decoration: none}
a.gray:hover {  color: #000000; text-decoration: none}

.prolist{ float:left; width:100px; border:1px solid #999999; margin-right:15px; margin-bottom:25px; text-align:center;}
